home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / emacs.lha / emacs-19.16 / oldXMenu / ChangeLog < prev    next >
Text File  |  1993-07-06  |  7KB  |  227 lines

  1. Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2.  
  3.     * Version 19.16 released.
  4.  
  5. Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6.  
  7.     * version 19.15 released.
  8.  
  9. Fri Jun 18 12:31:02 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  10.  
  11.     * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
  12.     This should make it work under any circumstances.
  13.  
  14.     * Makefile.in (mostlyclean): Use rm -f.
  15.  
  16. Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  17.  
  18.     * Version 19.14 released.
  19.  
  20. Thu Jun 17 15:03:22 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  21.  
  22.     * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
  23.     Put CFLAGS last.
  24.  
  25. Wed Jun 16 11:53:18 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  26.  
  27.         Bring mumbleclean targets into conformance with GNU coding standards.
  28.     * Makefile.in (mostlyclean, realclean): New targets.
  29.  
  30. Tue Jun  8 08:29:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  31.  
  32.     * Version 19.13 released.
  33.  
  34. Sun May 30 00:15:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  35.  
  36.     * Version 19.10 released.
  37.  
  38. Sat May 29 02:18:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  39.  
  40.     * Create.c: Handle EMACS_BITMAP_FILES.
  41.     Use new names of renamed bitmap files.
  42.  
  43. Fri May 28 01:56:50 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  44.  
  45.     * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
  46.     XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
  47.     insque and remque to emacs_insque and emacs_remque, so we can
  48.     safely include insque.c in the library on all systems.
  49.  
  50. Thu May 27 23:34:44 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  51.  
  52.     * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
  53.     only works with GNU Make.
  54.  
  55. Thu May 27 09:22:39 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  56.  
  57.     * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
  58.  
  59. Thu May 27 02:35:32 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  60.  
  61.     * Version 19.9 released.
  62.  
  63. Thu May 27 01:17:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  64.  
  65.     * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
  66.  
  67. Mon May 24 12:14:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  68.  
  69.     * Version 19.8 released.
  70.  
  71. Sun May 23 17:47:43 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  72.  
  73.     * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
  74.     configuration process can correctly implement the --x-includes
  75.     option.
  76.  
  77. Sat May 22 23:48:24 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  78.  
  79.     * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
  80.     not NULL.
  81.  
  82. Sat May 22 19:37:01 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  83.  
  84.         * Version 19.7 released.
  85.  
  86. Sat May 15 17:26:01 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  87.  
  88.     * Makefile.in: Renamed from Makefile, so that the top-level
  89.     makefile can edit it.
  90.  
  91. Tue Apr 13 02:38:44 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  92.  
  93.     * XLookAssoc.c, XMakeAssoc: VMS needs <X11/Xresource.h>, not
  94.     <X11/Xos.h>.
  95.  
  96.     * XCrAssoc.c: #include <errno.h>, not "errno.h".
  97.     (XCreateAssocTable): Doc fix.
  98.  
  99. Wed Mar 24 20:49:08 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  100.  
  101.     * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
  102.     the options to the C compiler.
  103.  
  104.     * compile.com, descrip.mms: New files for VMS from Richard
  105.     Levitte.
  106.     * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
  107.     brackets> around the names of the X Windows #include files; VMS
  108.     needs this.
  109.     * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>.  VMS needs
  110.     this.
  111.     * Create.c: On VMS, we have to look for the bitmap files in
  112.     `./src/bitmaps', not <X11/bitmaps>.
  113.  
  114. Sun Mar 14 13:47:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  115.  
  116.     * Makefile (.c.o): Don't rm the .o files.
  117.  
  118. Sat Mar 13 16:11:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  119.  
  120.     * Activate.c (XMenuActivate): If `active' field is negative,
  121.     don't allow selecting a string.
  122.  
  123. Tue Mar  9 12:52:13 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  124.  
  125.     * Create.c (XMenuCreate): New variable `root', holding the
  126.     display's default root window, so we don't have to write out
  127.     "RootWindow (display, DefaultScreen (display))" a jillion times.
  128.  
  129.     * Create.c (XMenuCreate): Don't assume that all the
  130.     <X11/bitmaps/foo> patterns are 16x16.  Instead of building a
  131.     bitmap and then converting it to a pixmap of the appropriate
  132.     depth if necessary, build a pixmap of the appropriate depth
  133.     directly, using XCreatePixmapFromBitmapData.
  134.  
  135.     * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
  136.     XLookAssoc.c, and XMakeAssoc.c in SRCS.  Similarly for OBJS.
  137.  
  138.     * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
  139.     warnings about redefining NULL.
  140.  
  141.     * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
  142.     XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
  143.  
  144.     * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
  145.     any of the `.h' files, define it.
  146.  
  147.     * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
  148.     Add an extern declaration for errno.
  149.  
  150.     * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
  151.     (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
  152.     parts of the assoc table.
  153.     * XCrAssoc.c (XCreateAssocTable): Same.
  154.  
  155.     * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
  156.     * XDelAssoc.c (XDeleteAssoc): Same.
  157.  
  158. Sun Oct 18 17:46:43 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  159.  
  160.     * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
  161.     * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
  162.     * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
  163.     * XDestAssoc.c (XDestroyAssocTable): Likewise.
  164.  
  165. Sat Oct 17 17:35:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  166.  
  167.     * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
  168.     Use Xlib.h, not Xlibint.h.
  169.     * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
  170.     * XMakeAssoc.c, XCrAssoc.c: Include errno.h.  Declare errno.
  171.     * XMakeAssoc.c (_XIOErrorFunction): Declared.
  172.  
  173. Sat Sep 19 03:44:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  174.  
  175.     * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
  176.     Specify dir X11/ when including Xlibint.h.
  177.  
  178. Thu Sep 17 18:46:54 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  179.  
  180.     * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
  181.     New files.
  182.  
  183.     * Makefile (SRCS, OBJS): Compile those files.
  184.  
  185. Fri Jan 31 23:45:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  186.  
  187.     * Makefile (clean): Delete object files and library.
  188.     (distclean): New target.
  189.  
  190. Wed Jan 29 14:38:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  191.  
  192.     * Makefile (libXMenu11.a): Put `-' on ranlib line.
  193.  
  194. Mon Jan 27 15:25:35 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  195.  
  196.     * Makefile (EXTRA): New variable.
  197.     (libXMenu11.a): Use that.
  198.  
  199.     * insque.c: New file.
  200.  
  201. Sun Jan 26 00:43:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  202.  
  203.     * Makefile (CC): Assignment commented out.
  204.  
  205. Sat Nov 16 06:27:39 1991  Noah Friedman  (friedman at nutrimat)
  206.  
  207.         * copyright.h: New file (copied from X11R4 distribution)
  208.         * All files: Replaced occurrences of #include <X11/copyright.h>
  209.           with #include "copyright.h"
  210.  
  211. Fri Oct 25 00:03:06 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  212.  
  213.     * XMenu.h (enum _xmmode): Remove spurious comma.
  214.  
  215.     * X10.h: New file.
  216.     * XMenu.h, XMenuInt.h: Include X10.h from this dir.
  217.  
  218. Tue Nov 13 17:17:59 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  219.  
  220.     * XMenu.h (struct _xmenu): Use unsigned long for colors.
  221.  
  222. Mon Nov 12 18:55:06 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  223.  
  224.     * Internal.c: Declare argument `display' in some functions.
  225.  
  226.  
  227.